'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> Public MustInherit Class TileBuilder (Of TControl As Tile, TBuilder As TileBuilder(Of TControl,TBuilder)) Inherits BaseBuilder(Of TControl,TBuilder)
[EditorBrowsable(EditorBrowsableState.Never)] public abstract class TileBuilder<TControl,TBuilder> : BaseBuilder<TControl,TBuilder> where TControl: Tile where TBuilder: TileBuilder<TControl,TBuilder>